home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / gemxx19.zoo / gem++19 / man / gemap.man < prev    next >
Text File  |  1993-05-04  |  1KB  |  55 lines

  1.                      GEM++ - C++ LIBRARIES FOR GEM/AES/VDI
  2.  
  3.  
  4.  
  5. NAME
  6.      GEMapplication - a program environment in which GEM may be used.
  7.  
  8. DESCRIPTION
  9.      GEM applications must declare there existence to the AES.
  10.      While a GEMapplication object exists, GEM can be used, so a
  11.      GEMapplication object must exist while using ANY of the
  12.      features of GEM++.
  13.  
  14. CONSTRUCTORS
  15.      GEMapplication()
  16.        Create a new GEMapplication.
  17.  
  18.      GEMapplication(const char *)
  19.        Find another application that is currently running.
  20.        **UNTESTED**
  21.  
  22. METHODS
  23.      operator int()
  24.        A GEMapplication is an integer to GEM.  This methods allows
  25.        such a coercion.
  26.  
  27. USAGE
  28.      main(int argc, char* argv[])
  29.      {
  30.          GEMapplication foo;
  31.  
  32.          ... everything else.
  33.      }
  34.  
  35. SEE ALSO
  36.      GEMdeskaccessory
  37.  
  38. BUGS
  39.      Bugs in GEM++ should be reported to warwick@cs.uq.oz.au
  40.  
  41. AUTHOR
  42.      Warwick Allison, 1993.
  43.      warwick@cs.uq.oz.au
  44.  
  45. COPYING
  46.      This functionality is part of the GEM++ library,
  47.      and is Copyright 1993 by Warwick W. Allison.
  48.  
  49.      GEM++ is free and protected under the GNU Library General Public
  50.      License.
  51.  
  52.      You are free to copy and modify these sources, provided you
  53.      acknowledge the origin by retaining this notice, and adhere to
  54.      the conditions described in the GNU LGPL.
  55.